filescan
Class ObjectFileScanHandler

java.lang.Object
  extended by filescan.ObjectFileScanHandler
All Implemented Interfaces:
FileScanHandler

public class ObjectFileScanHandler
extends java.lang.Object
implements FileScanHandler

Object file scan handler returns objects stored in files. If no object is stored in the file in question, nothing is returned.

Author:
Steven de Jong, steven.dejong@cs.unimaas.nl

Constructor Summary
ObjectFileScanHandler()
          Construct.
 
Method Summary
 java.lang.Object handleFile(java.io.File file)
          Read an object stored in the file, or null if the file does not contain an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFileScanHandler

public ObjectFileScanHandler()
Construct.

Method Detail

handleFile

public java.lang.Object handleFile(java.io.File file)
Read an object stored in the file, or null if the file does not contain an object.

Specified by:
handleFile in interface FileScanHandler